/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/wall/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    frontAndBack
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          58208;
        startFace       57318;
    }
    defaultFaces
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          34;
        startFace       115526;
    }
    wall_to_wallad1
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          856;
        startFace       115560;
        sampleMode      nearestPatchFace;
        sampleRegion    wallad1;
        samplePatch     wallad1_to_wall;
    }
    wall_to_wallad2
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          856;
        startFace       116416;
        sampleMode      nearestPatchFace;
        sampleRegion    wallad2;
        samplePatch     wallad2_to_wall;
    }
    wall_to_topAir
    {
        type            mappedWall;
        inGroups        List<word> 1(wall);
        nFaces          34;
        startFace       117272;
        sampleMode      nearestPatchFace;
        sampleRegion    topAir;
        samplePatch     topAir_to_wall;
    }
)

// ************************************************************************* //
